home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / AlfaClock 1.71 / alfaclock_v1.71.exe / {app} / AlfaClock.exe / 0 / RCDATA / TFRAMETALKINGCLOCK / TFRAMETALKINGCLOCK.txt
Text File  |  2004-10-05  |  6KB  |  268 lines

  1. object FrameTalkingClock: TFrameTalkingClock
  2.   Left = 0
  3.   Top = 0
  4.   Width = 509
  5.   Height = 398
  6.   TabOrder = 0
  7.   object GroupBox_Interval: TGroupBox
  8.     Left = 0
  9.     Top = 24
  10.     Width = 450
  11.     Height = 65
  12.     Caption = 'Interval'
  13.     TabOrder = 0
  14.     object LabelX: TLabel
  15.       Left = 224
  16.       Top = 28
  17.       Width = 36
  18.       Height = 13
  19.       Caption = 'minutes'
  20.     end
  21.     object ComboBox_Interval: TComboBox
  22.       Left = 144
  23.       Top = 24
  24.       Width = 73
  25.       Height = 21
  26.       Style = csDropDownList
  27.       ItemHeight = 13
  28.       TabOrder = 1
  29.       OnChange = ComboBox_IntervalChange
  30.       Items.Strings = (
  31.         '5'
  32.         '10'
  33.         '15'
  34.         '30'
  35.         '60')
  36.     end
  37.     object CheckBox_Interval: TCheckBox
  38.       Left = 16
  39.       Top = 26
  40.       Width = 121
  41.       Height = 17
  42.       Caption = 'Say the time every'
  43.       Checked = True
  44.       State = cbChecked
  45.       TabOrder = 0
  46.       OnClick = CheckBox_IntervalClick
  47.     end
  48.   end
  49.   object GroupBox_Snooze: TGroupBox
  50.     Left = 0
  51.     Top = 96
  52.     Width = 450
  53.     Height = 65
  54.     Caption = 'Snooze'
  55.     TabOrder = 1
  56.     object Label4: TLabel
  57.       Left = 248
  58.       Top = 28
  59.       Width = 18
  60.       Height = 13
  61.       Caption = 'and'
  62.     end
  63.     object CheckBox_Snooze: TCheckBox
  64.       Left = 16
  65.       Top = 26
  66.       Width = 129
  67.       Height = 17
  68.       Caption = 'Don'#39't speak between'
  69.       Checked = True
  70.       State = cbChecked
  71.       TabOrder = 0
  72.       OnClick = CheckBox_SnoozeClick
  73.     end
  74.     object DateTimePicker1: TDateTimePicker
  75.       Left = 144
  76.       Top = 24
  77.       Width = 97
  78.       Height = 21
  79.       Date = 37378.365285266200000000
  80.       Time = 37378.365285266200000000
  81.       Kind = dtkTime
  82.       TabOrder = 1
  83.       OnChange = DateTimePicker1Change
  84.     end
  85.     object DateTimePicker2: TDateTimePicker
  86.       Left = 272
  87.       Top = 24
  88.       Width = 97
  89.       Height = 21
  90.       Date = 37378.366698981500000000
  91.       Time = 37378.366698981500000000
  92.       Kind = dtkTime
  93.       TabOrder = 2
  94.       OnChange = DateTimePicker2Change
  95.     end
  96.   end
  97.   object GroupBox_WhatToSay: TGroupBox
  98.     Left = 0
  99.     Top = 168
  100.     Width = 450
  101.     Height = 182
  102.     Caption = 'What to say'
  103.     TabOrder = 2
  104.     object Bevel1: TBevel
  105.       Left = 8
  106.       Top = 128
  107.       Width = 433
  108.       Height = 10
  109.       Shape = bsBottomLine
  110.     end
  111.     object CheckBox_Chime: TCheckBox
  112.       Left = 16
  113.       Top = 56
  114.       Width = 137
  115.       Height = 17
  116.       Caption = 'Play chime'
  117.       Checked = True
  118.       State = cbChecked
  119.       TabOrder = 1
  120.       OnClick = CheckBox_ChimeClick
  121.     end
  122.     object CheckBox_Date: TCheckBox
  123.       Left = 16
  124.       Top = 80
  125.       Width = 137
  126.       Height = 17
  127.       Caption = 'Say the date'
  128.       Checked = True
  129.       State = cbChecked
  130.       TabOrder = 3
  131.       OnClick = CheckBox_DateClick
  132.     end
  133.     object CheckBox_Time: TCheckBox
  134.       Left = 16
  135.       Top = 104
  136.       Width = 137
  137.       Height = 17
  138.       Caption = 'Say the time'
  139.       Checked = True
  140.       State = cbChecked
  141.       TabOrder = 6
  142.       OnClick = CheckBox_TimeClick
  143.     end
  144.     object CheckBox_SayOrder: TCheckBox
  145.       Left = 16
  146.       Top = 24
  147.       Width = 345
  148.       Height = 17
  149.       Caption = 'Say the time first, then say the day'
  150.       Checked = True
  151.       State = cbChecked
  152.       TabOrder = 0
  153.       OnClick = CheckBox_SayOrderClick
  154.     end
  155.     object ComboBox_DatePrefix: TComboBox
  156.       Left = 160
  157.       Top = 80
  158.       Width = 129
  159.       Height = 21
  160.       Style = csDropDownList
  161.       ItemHeight = 13
  162.       TabOrder = 4
  163.       OnChange = ComboBox_DatePrefixChange
  164.       Items.Strings = (
  165.         'On'
  166.         'It is'
  167.         'Today is'
  168.         'The date is')
  169.     end
  170.     object ComboBox_DateFormat: TComboBox
  171.       Left = 288
  172.       Top = 80
  173.       Width = 145
  174.       Height = 21
  175.       Style = csDropDownList
  176.       ItemHeight = 13
  177.       TabOrder = 5
  178.       OnChange = ComboBox_DateFormatChange
  179.       Items.Strings = (
  180.         'Short date'
  181.         'Medium date'
  182.         'Long date')
  183.     end
  184.     object ComboBox_TimePrefix: TComboBox
  185.       Left = 160
  186.       Top = 104
  187.       Width = 129
  188.       Height = 21
  189.       Style = csDropDownList
  190.       ItemHeight = 13
  191.       TabOrder = 7
  192.       OnChange = ComboBox_TimePrefixChange
  193.       Items.Strings = (
  194.         'The time is'
  195.         'It is')
  196.     end
  197.     object ComboBox_TimeFormat: TComboBox
  198.       Left = 288
  199.       Top = 104
  200.       Width = 145
  201.       Height = 21
  202.       Style = csDropDownList
  203.       ItemHeight = 13
  204.       TabOrder = 8
  205.       OnChange = ComboBox_TimeFormatChange
  206.       Items.Strings = (
  207.         '12-hour format'
  208.         '24-hour format'
  209.         'Military format')
  210.     end
  211.     object Button_Test: TButton
  212.       Left = 352
  213.       Top = 146
  214.       Width = 83
  215.       Height = 25
  216.       Caption = 'Test'
  217.       Default = True
  218.       TabOrder = 9
  219.       OnClick = Button_TestClick
  220.     end
  221.     object ComboBox_Chimes: TComboBox
  222.       Left = 160
  223.       Top = 56
  224.       Width = 273
  225.       Height = 21
  226.       Style = csDropDownList
  227.       ItemHeight = 13
  228.       TabOrder = 2
  229.       OnChange = ComboBox_ChimesChange
  230.     end
  231.   end
  232.   object Panel_Caption: TPanel
  233.     Left = 0
  234.     Top = 0
  235.     Width = 450
  236.     Height = 20
  237.     BevelOuter = bvNone
  238.     TabOrder = 3
  239.     object Shap_Caption: TShape
  240.       Left = 0
  241.       Top = 0
  242.       Width = 450
  243.       Height = 20
  244.       Align = alClient
  245.       Brush.Color = 12937777
  246.     end
  247.     object Label_Caption: TLabel
  248.       Left = 6
  249.       Top = 1
  250.       Width = 81
  251.       Height = 16
  252.       Caption = 'Talking Clock'
  253.       Font.Charset = DEFAULT_CHARSET
  254.       Font.Color = clWhite
  255.       Font.Height = -13
  256.       Font.Name = 'Tahoma'
  257.       Font.Style = [fsBold]
  258.       ParentFont = False
  259.       Transparent = True
  260.     end
  261.   end
  262.   object Timer_Talking: TTimer
  263.     OnTimer = Timer_TalkingTimer
  264.     Left = 408
  265.     Top = 40
  266.   end
  267. end
  268.